home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Red Shark / Resources / Mission13Strings.script < prev    next >
Text File  |  2002-07-04  |  2KB  |  44 lines

  1. //-------------------------------------------------------------------
  2. //
  3. //  This code is copyright 2001 by G5 Software.
  4. //  Any unauthorized usage, either in part or in whole of this code
  5. //  is strictly prohibited. Violators WILL be prosecuted to the
  6. //  maximum extent allowed by law.
  7. //
  8. //-------------------------------------------------------------------
  9.  
  10. //
  11. //  Mission strings
  12. //
  13.  
  14. class CSupportAerialAttackMission_Strings
  15. {
  16.   final static array m_MissionObjectives = array(
  17.       "ZneÜkodnit alespo≥ 70 % nacistick²ch protivzduÜn²ch sil v Tobruku a okolφ",
  18.       "ZneÜkodnit alespo≥ 70 % nacistick²ch protivzduÜn²ch sil v Al-Aqalii a okolφ"
  19.     );
  20.  
  21.   final static array m_BonusMissionObjectives = array(
  22.       "ZneÜkodnit nacistick² konvoj, sm∞°ujφcφ z Tobruku do Al-Aqalie"
  23.     );
  24.  
  25.   final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
  26.  
  27.   final static array m_NavigationPoints = array(
  28.       "Tobruk",
  29.       "Al-Aqalie"
  30.     );
  31.  
  32.   //
  33.   //  messages
  34.   //
  35.  
  36.   final static string str_BeforeTobruqBombing    = "Do bombardovßnφ Tobruku zb²vß: ";
  37.   final static string str_BeforeAlAqaliaBombing  = "Do bombardovßnφ Al-Aqalie zb²vß: ";
  38.   final static string str_Sec                    = " sek.";
  39.   final static string str_TobruqProcentel        = "% protivzduÜnΘ obrany Tobruku zniΦeno";
  40.   final static string str_AqaliaProcentel        = "% protivzduÜnΘ obrany Al-Aqalie zniΦeno";
  41.   final static string str_BeforeAlAqaliaComplete = "70% protivzduÜnΘ obrany Al-Aqalie zniΦeno";
  42. }
  43.  
  44.